type github.com/klauspost/compress/zstd.readerWrapper

8 uses

	github.com/klauspost/compress/zstd (current package)
		bytebuf.go#L77: type readerWrapper struct {
		bytebuf.go#L82: func (r *readerWrapper) readSmall(n int) ([]byte, error) {
		bytebuf.go#L100: func (r *readerWrapper) readBig(n int, dst []byte) ([]byte, error) {
		bytebuf.go#L111: func (r *readerWrapper) readByte() (byte, error) {
		bytebuf.go#L125: func (r *readerWrapper) skipN(n int64) error {
		decoder.go#L34: 		br           readerWrapper
		decoder.go#L642: 	d.syncStream.br = readerWrapper{r: r}
		decoder.go#L657: 	br := readerWrapper{r: r}